JAMS Developer Guide
PSWrapperGeneric<TResult> Class Members
Fields  Properties  Methods 


MVPSI.JAMS.Activities.PowerShell Namespace : PSWrapperGeneric<TResult> Class

The following tables list the members exposed by PSWrapperGeneric<TResult>.

Public Constructors
 NameDescription
Public ConstructorPSWrapperGeneric executes a PowerShell function or cmdlet.  
Top
Protected Fields
 NameDescription
Protected FieldDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Protected FieldCreates an instance of PSWorkflowHowst (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivityGeneric<TResult>)
Top
Public Properties
 NameDescription
Public PropertyThe name of the Command or Function.  
Public PropertySpecifies the path to the Console file. (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivityGeneric<TResult>)
Public Property (Inherited from System.Activities.Activity)
Public Property (Inherited from System.Activities.Activity)
Public PropertyOptional pipeline input to pass into the PSWrapperGeneric.  
Public PropertyThe name of the Module that contains the command to be run.  
Public PropertySpecifies options for the PowerShell runtime. (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivityGeneric<TResult>)
Public PropertyCollection of Properties.  
Public PropertyCollection of parameter names that were a PSReference on the function and need to be outputted back to the Workflow.  
Public Property (Inherited from System.Activities.Activity<TResult>)
Public Property (Inherited from System.Activities.ActivityWithResult)
Top
Protected Properties
 NameDescription
Protected PropertyAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Protected Property (Inherited from System.Activities.Activity)
Protected Property (Inherited from System.Activities.NativeActivity<TResult>)
Top
Public Methods
 NameDescription
Public MethodReturns a collection of custom attributes for this instance of a component.  
Public MethodReturns the class name of this instance of a component.  
Public MethodReturns the name of this instance of a component.  
Public MethodReturns a type converter for this instance of a component.  
Public MethodReturns the default event for this instance of a component.  
Public MethodReturns the default property for this instance of a component.  
Public MethodReturns an editor of the specified type for this instance of a component.  
Public MethodOverloaded. Returns the events for this instance of a component using the specified attribute array as a filter.  
Public MethodOverloaded. Provides an interface that supplies dynamic custom type information for an object.  
Public MethodReturns an object that contains the property described by the specified property descriptor.  
Public MethodResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Public Method (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodOverloaded. Overridden. Registers activity Metadata  
Protected Method (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodOverridden. Executes the PSWrapperGeneric Activity  
Protected MethodOverloaded.  (Inherited from System.Activities.NativeActivity<TResult>)
Protected Method (Inherited from System.Activities.NativeActivity<TResult>)
Top
See Also

Reference

PSWrapperGeneric<TResult> Class
MVPSI.JAMS.Activities.PowerShell Namespace